home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 March / CHIP Mart 1997.iso / SurfCam / SURFCAM.Z / ACR6.M4 < prev    next >
Text File  |  1996-04-01  |  4KB  |  147 lines

  1. name Acroloc GN-6M 4 Axis
  2.  
  3. % 00
  4. / 00
  5. N >4
  6. n 4
  7. G 2
  8. S 2 Limit 01 99 Mult .02666
  9. s 4
  10. H 2
  11. D 2
  12. M 2
  13. T 2
  14. z ->3.>4 Z
  15. X ->3.>4
  16. Y ->3.>4
  17. Z ->3.>4
  18. R ->3.>4
  19. I ->3.>4
  20. J ->3.>4
  21. K ->3.>4
  22. r ->3.>4 R
  23. F >4.>2
  24. Q ->3.>4
  25. P ->3.>4
  26. A ->2.>1 Mult .1
  27. b 00 )
  28.  
  29. ModalLetters X Y Z F A                # List of letters that are modal    
  30.  
  31. ModalGs 0 1 2 3 73 74 76 80 81 82 83 84 85  # List of g codes that are modal    
  32.  
  33. Sequence#s N 1 1 10                   # Char, freq, incr & start          
  34. First#? N                             # Y or N  'Output 1st sequence no.  
  35. Last#? N                              # Y or N  'Output last sequence no. 
  36.  
  37. HCode X                               # X or X U  'Horizontal char.       
  38. VCode Y                               # Y or Y V  'Vertical char.         
  39. DCode Z                               # Depth char.                       
  40. FeedCode F                            # Feed rate char.                   
  41.  
  42. Comment ( )                           # Begin End comment char.           
  43. Spaces? Y                             # Y or N  'Spaces between words     
  44.  
  45. Spindle 3 4 5                         # Cw, ccw & stop m codes            
  46. Coolant 7 9 8                         # On, Off & Mist m codes            
  47. DComp 41 42 40                        # Left, Right & Cancel m codes      
  48. LComp 43 49                           # On & Off codes                    
  49.  
  50. Feed G1                             # Linear move                       
  51. Rapid G0                            # Rapid positioning word            
  52. Cw G2                               # Circular move clockwise           
  53. Ccw G3                              # Circular move counter clockwise   
  54. Inc/Abs G 91 90                       # Inc & Abs char. & values          
  55. CtrCode r                             # I J or R or I J K L               
  56. Helical? N
  57.  
  58. Incremental? N                        # Y or N  'Inc or abs output        
  59. CtrIncremental? Y                     # Y or N  'Inc or abs I & J         
  60. ByQuadrants? N                        # Y or N  'Break arcs at quadrants  
  61.  
  62. UppercaseComments? Y                  # Y or N 'Require uppercase comments
  63.  
  64. Drill                                 # Drilling canned/manual cycle      
  65. G81 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  66. end cancel
  67.  
  68. Peck                                  # Pecking canned/manual cycle       
  69. G83 G99 R[Vclear] z[D] F[FRate] Q[VBite] X[H] Y[V]
  70. end cancel
  71.  
  72. Tap                                   # Tapping canned/manual cycle       
  73. G84 G99 R[Vclear] z[D] F[Frate] Q[VBite] X[H] Y[V]
  74. end cancel
  75.  
  76. LTap                                  # Left handed tapping cycle         
  77. G74 G99 R[Vclear] z[D] F[Frate] Q[VBite] X[H] Y[V]
  78. end cancel
  79.  
  80. Ream                                  # Reaming canned/manual cycle       
  81. G85 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  82. end cancel
  83.  
  84. Bore                                  # Boring canned/manual cycle        
  85. G86 G99 R[Vclear] z[D] F[FRate] X[H] Y[V]
  86. end cancel
  87.  
  88. Back                                  # Back boring canned/manual cycle   
  89. G76 G99 R[Vclear] z[D] F[FRate] Q[Sclear] X[H] Y[V]
  90. end cancel
  91.  
  92. Cancel                                # Cancel a canned/manual cycle      
  93. G80
  94. end
  95.  
  96. Index X                               # Index the rotary table            
  97. G0 A[Rotangle]
  98. end
  99.  
  100. StartCode                             # Start of the program              
  101. %0
  102. n9999
  103. End
  104.  
  105. 1stToolChange                         # First tool change                 
  106. G90 G40 G80 G17 A0.
  107. M[Direct]
  108. G0 X[H] Y[V] Z[D] S[Speed] M42
  109. s[Speed] b0
  110. T[Tool]
  111. G0 G44 F0. H[Lcomp]
  112. M[Cool] Z[D]
  113. End
  114.  
  115. Infeed                                # Enable cutter comp                
  116. G1 G[Side] X[H] Y[V] F[FRate] D[DComp]
  117. end
  118.  
  119. Outfeed                               # Disable cutter comp               
  120. G40 X[H] Y[V]
  121. Z[D]
  122. end
  123.  
  124. ToolChange                            # Secondary tool changes            
  125. M5 M9
  126. G49 G0 Z0
  127. M1
  128. M[Direct]
  129. X[H] Y[V] S[Speed] M42
  130. s[Speed] b0
  131. T[Tool]
  132. G44 H[Lcomp] M[Cool]
  133. End
  134.  
  135. EndCode                               # End of the program                
  136. M5 M9
  137. G49 G0
  138. X0 Y0 A0
  139. T[Tool1]
  140. G44 G0 X[H] Y[V] H0
  141. M30
  142. %0
  143. End
  144.  
  145. Replace "n9999" with "( Acroloc VMC/GN-6M - Machine# 0108 )"
  146. Replace " s" with "( ----- Programmed RPM: "
  147.